@media (min-width: 1200px) {
    .container{
        width: 1200px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
a{ color: #333333;}
li{ list-style:none;}
ul{ margin:0px; padding:0px}
#top_banner{ background: url(../images/home_02.jpg) no-repeat center center; height: 219px;}
#top_menu{ background: #0e78c1; border-radius: 5px 5px 0px 0px; height: 40px;}
#left_menu{ float: left; width: 980px;}
#left_menu ul{ padding: 0px; margin: 0px; padding-top: 5px;}
#left_menu ul li{ list-style: none; float: left; color: #ffffff; width: 120px; text-align:center; font-size: 18px; height: 30px; line-height: 30px;}
#left_menu ul li a{ color: #ffffff;}
#top_scroll{background: #0e78c1; height: 40px; margin-top: 5px; line-height: 40px;}
#top_scroll span{ font-size: 18px; font-weight: bold; color: #ffffff; padding: 0px 10px;}
/*底部css*/
#foot_copyright{background: #0e78c1; height: 120px;}
#copyright_info{color: #ffffff; line-height:20px; text-align: center; padding: 20px; position:relative;}
.cls{ clear:both;}
#copyright_info img{ position:absolute; left:330px;}

.top_search{ background: #ffffff; border-radius: 5px; width: 180px; float: left; margin-top: 5px; height: 30px; line-height: 30px;}
.top_search ul li{ float: left;}
.top_search ul li .keyword{ width: 140px; border: none; height: 18px; line-height: 18px; margin-left: 5px;}
.top_search ul li .search_button{ margin-top:8px;}

/*分页效果*/
.pageControlCon { margin-top:20px; margin-bottom:20px; height:24px; float:left; width:90%; margin-left:2em;}
.pageControlCon li { float:left; margin-right:4px;}
.pageControlCon li span { display:block;  padding:5px 10px;}
.pageControlCon li span.disabled { display:block; padding: 5px 10px; margin-left: 5px; border:#cccccc solid 1px;  color:#0e78c1;}

.pageControlCon li span.current {display:block; border:#CCC solid 1px solid;padding: 5px 10px; margin-left: 5px; color:#fff; background-color:#0e78c1;}

